home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / aids / vendors / vendor.doc < prev    next >
Text File  |  1995-03-13  |  12KB  |  282 lines

  1.  
  2.                               PC VENDORS DATABASE
  3.  
  4.  
  5. SECTION HEADER INDEX
  6. ============================================================          12-04-93
  7.  
  8. Codes ...........................    3 | Print ...........................    4
  9. Dates ...........................    8 | Tagging .........................    5
  10. Main ............................    1 | Updates .........................    6
  11.  
  12. TOPIC HEADER INDEX
  13. ============================================================
  14.  
  15. Buttons ................................  Main .........................    2
  16. Buttons ................................  Updates ......................    6
  17. Calculator .............................  Main .........................    2
  18. Calculator .............................  Updates ......................    7
  19. Calendar ...............................  Main .........................    2
  20. Calendar ...............................  Updates ......................    6
  21. Change .................................  Main .........................    2
  22. Change .................................  Updates ......................    6
  23. Date Lookup ............................  Dates ........................    8
  24. Delete .................................  Main .........................    2
  25. Delete .................................  Updates ......................    6
  26. Flip ...................................  Tagging ......................    5
  27. Insert .................................  Main .........................    2
  28. Insert .................................  Updates ......................    6
  29. Intro ..................................  Main .........................    1
  30. Keys ...................................  Main .........................    1
  31. Locator ................................  Main .........................    2
  32. Menu selections ........................  Main .........................    1
  33. Next Tag ...............................  Tagging ......................    5
  34. Previous Tag ...........................  Tagging ......................    5
  35. Tag ....................................  Tagging ......................    5
  36. UnTag ..................................  Tagging ......................    5
  37.  
  38.  
  39.  
  40.  
  41. Main                                                                  Page    1
  42. ============================================================          12-04-93
  43.  
  44. --------------------------------------------------
  45. Introduction
  46. The "PC Vendor" program is an editable database of 3700+ computer
  47. related vendors' information (address, phone numbers, notes, etc.).
  48. This is a quick conversion of the VENDOR written in the new Clarion
  49. CDD 3.0 with the DOS-GUI and the Hanson Super Templates to
  50. demonstrate some of the capabilities and speed of the new language.
  51.  
  52. The previous version (written in 2.1 & MTPro) is available on
  53. CIS and other BBS' as "VENDOR.ZIP" or "Vendor18.zip"
  54.  
  55. N.B. No liability is accepted for the accuracy of data listed.
  56.  
  57. --------------------------------------------------
  58. Menu Selections
  59.  
  60.     View -  View records by Vendor Name (default)
  61.             View by Code (Vendors grouped by function)
  62.  
  63.     Print - by Name
  64.                  All Names - prints all records alphabetically
  65.                  Selected Names - selectively tag records to print
  66.                                   (see also "Tagging")
  67.             by Code
  68.                  All Codes - print all records grouped by code/
  69.                              main function (see also "Codes")
  70.                  Selected codes - print one group by function
  71.  
  72.    Help  - Displays Help text file on screen.  Also available
  73.            by press key <F1>
  74.  
  75.    Quit  - Exit program
  76.  
  77.  
  78. --------------------------------------------------
  79.      Some of the keys used to navigate the program:
  80.  
  81.           KEY           ACTION
  82.          PgDn      - Scroll to bottom of page
  83.          Ctrl-PgDn - Scroll to end of file
  84.          PgUp      - Scroll to top of page
  85.          Ctrl-PgUp - Scroll to top of file
  86.          Esc       - Abort, exit screen
  87.          Ins       - Add record/character
  88.          Del       - Remove record/character
  89.          Home      - Cursor to beginning of line
  90.  
  91. Main                                                                  Page    2
  92. ============================================================          12-04-93
  93. Keys                             (...continued...)
  94.  
  95.          End       - Cursor to end of line
  96.          Arrows    - (Cursor keys) move cursor or highlight bar
  97.          ()         one space Up-Down-Left-Right
  98.          Enter     - Accept entries; Do highlighted button
  99.          Tab       - Move cursor to next field/button
  100.          F1        - Help
  101.  
  102. --------------------------------------------------
  103. Find a Record
  104. While on the VIEW screens (viewing vendor list by Name or Code),
  105. type the first few letters of the desired record.  After
  106. a short pause, the highlight bar will move to or near that record.
  107. Continue adding letters to narrow the search.
  108.  
  109. --------------------------------------------------
  110. Buttons
  111. --------------------------------------------------
  112. Insert
  113.      Add new records.  A blank entry form is displayed.  Tab or mouse
  114.      between fields and enter vendor info; data will be automatically
  115.      formatted. Press [Enter] or "OK" to save entry.  Press "Cancel" to
  116.      abandon. "Notes" is a memo field for free text entry.
  117.  
  118. --------------------------------------------------
  119. Change
  120.      Edit existing records.  Highlight vendor by name or code and press
  121.      [Enter]  to display the selected vendor info form.  Tab or mouse
  122.      between fields and edit the data as needed.  Press [Enter] or "OK"
  123.      to save changes.  Press "Cancel" to abandon changes.
  124.  
  125. --------------------------------------------------
  126. Delete
  127.      Delete existing records.   Highlight vendor by name or code; select
  128.      "Delete" and the data form will display.  Press [Enter] or "OK" to
  129.      delete that record.
  130.  
  131. --------------------------------------------------
  132. Calendar
  133.      Displays three month calendar with current date highlighted.
  134.  
  135. --------------------------------------------------
  136. Calculator - Not yet working!
  137.  
  138.  
  139.  
  140. Codes                                                                 Page    3
  141. ============================================================          12-04-93
  142.  
  143. Codes
  144.      Vendors are coded by a 1-3 character as to their main function.
  145.      A lookup/validate table is available to enter selected vendor codes.
  146.      Codes may be added, deleted or edited by the user.
  147.  
  148.      To view by codes:
  149.                    Select the "View by code" from the main menu.
  150.                    Click on the arrow to display a list of codes,
  151.                    and "Select" or double click on the desired code.
  152.                    A filtered list of vendors for that code
  153.                    will then display. You must exit back to the
  154.                    menu to select another list by code.
  155.  
  156.  
  157.     To enter a code in a vendor record:
  158.                    Click on the arrow beside the "Code" field
  159.                    to display a pick list of codes.
  160.                    "Select" or double click on the desired code to
  161.                    enter into record.
  162.  
  163.  
  164. Print                                                                 Page    4
  165. ============================================================          12-04-93
  166.  
  167. Printing
  168.     Records may be printed, all or a selection, alphabetically or by
  169.     function code.  The full record is printed for each vendor. The user
  170.     chooses  to print to the screen, the printer, or to a file.   Enter
  171.     a valid path/file name in the provided box, if printing to file.
  172.  
  173.  
  174. Tagging                                                               Page    5
  175. ============================================================          12-04-93
  176.  
  177. Tagging records
  178.      Records may be selectively tagged for printing.   A "√" will appear
  179.      next to tagged records.  The selected record marks are cleared
  180.      each time you enter this table.
  181.  
  182. --------------------------------------------------
  183. Tag   [Alt-T]
  184. Tag highlighted record for printing.
  185.  
  186. --------------------------------------------------
  187. Untag  [Alt-U]
  188. Untag records; removes check mark.
  189.  
  190. --------------------------------------------------
  191. Flip   [Alt-F]
  192. Change existing tags; swaps checkmarks and blanks.
  193.  
  194. --------------------------------------------------
  195. Next Tag   [Alt-N]
  196. Moves highlight bar to next record tagged.
  197.  
  198. --------------------------------------------------
  199. Previous Tag   [Alt-P]
  200. Moves highlight bar to last tagged record.
  201.  
  202.  
  203. Updates                                                               Page    6
  204. ============================================================          12-04-93
  205.  
  206. --------------------------------------------------
  207.      Some of the keys used to navigate the program:
  208.  
  209.           KEY           ACTION
  210.          PgDn      - Scroll to bottom of page
  211.          Ctrl-PgDn - Scroll to end of file
  212.          PgUp      - Scroll to top of page
  213.          Ctrl-PgUp - Scroll to top of file
  214.          Esc       - Abort, exit screen
  215.          Ins       - Add record/character
  216.          Del       - Remove record/character
  217.          Home      - Cursor to beginning of line
  218.          End       - Cursor to end of line
  219.                - (Cursor keys) move cursor or highlight bar
  220.                       one space Up-Down-Left-Right
  221.          Enter     - Accept entries; Do highlighted button
  222.          Tab       - Move cursor to next field/button
  223.          F1        - Help
  224.  
  225. Buttons
  226. --------------------------------------------------
  227. Insert
  228.      Add new records.  A blank entry form is displayed.  Tab or mouse
  229.      between fields and enter vendor info; data will be automatically
  230.      formatted. Press [Enter] or "OK" to save entry.  Press "Cancel" to
  231.      abandon. "Notes" is a memo field for free text entry.
  232.  
  233. --------------------------------------------------
  234. Change
  235.      Edit existing records.  Highlight vendor by name or code and press
  236.      [Enter]  to display the selected vendor info form.  Tab or mouse
  237.      between fields and edit the data as needed.  Press [Enter] or "OK"
  238.      to save changes.  Press "Cancel" to abandon changes.
  239.  
  240. --------------------------------------------------
  241. Delete
  242.      Delete existing records.   Highlight vendor by name or code; select
  243.      "Delete" and the data form will display.  Press [Enter] or "OK" to
  244.      delete that record.
  245.  
  246. --------------------------------------------------
  247. Calendar
  248.      Displays three month calendar with current date highlighted.
  249.  
  250.  
  251. Updates                                                               Page    7
  252. ============================================================          12-04-93
  253.  
  254. Calculator - not yet working!
  255.  
  256.  
  257. Dates                                                                 Page    8
  258. ============================================================          12-04-93
  259.  
  260. --------------------------------------------------
  261. A calendar is popped up for easy entry of the record update date.  With
  262. a mouse, simply click on the desired date, then click on "Select" to
  263. enter the highlighted date.  The "Previous" and "Next" buttons may be
  264. used to change the current month and year displayed.
  265.  
  266.  
  267.                                                                       Page    9
  268. ============================================================          12-04-93
  269.  
  270. The author of this free demo is:  Ed Robichaud
  271.             of               PC Consultants
  272.                              11026-B Villa Ridge Ct.
  273.                              Reston, VA 22091-4841
  274.                              Tel & Fax (703)860-0108
  275.  
  276. I specialize in custom programs for non-profit agencies.  Complete
  277. service available for mail list management, personnel tracking, etc.
  278. Experienced in dBase III+/IV, Alpha4, Clipper, Paradox, and
  279. my favorite - Clarion.   New work or modify your existing files.
  280. Initial consultation free, low rates and money back satisfaction
  281. guarantee.   References available on request.
  282.